home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snip9611.zip / KBTRAP.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  221b  |  15 lines

  1. /* +++Date last modified: 02-Sep-1996 */
  2.  
  3. /*
  4. **  KBTRAP.H - Header for KBTRAP.C
  5. */
  6.  
  7. #ifndef KBTRAP_H__
  8. #define KBTRAP_H__
  9.  
  10. void activate_KBtrap(void);
  11. void deactivate_KBtrap(void);
  12.  
  13.  
  14. #endif /* KBTRAP_H__ */
  15.